The Design Notes API > The Design Notes JavaScript API > MMNotes.get() |
![]() ![]() ![]() |
Description
Gets the value of the specified key in the specified Design Notes file.
Arguments
fileHandle
, keyName
![]() |
The first argument is the file handle returned by MMNotes.open() . |
![]() |
The second argument is a string containing the name of the key. |
Returns
A string containing the value of the key.
Example
See MMNotes.getKeys().
![]() ![]() ![]() |